home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / book / unix / ch31 / 31fig03.wrl < prev    next >
Text File  |  1996-09-23  |  269b  |  13 lines

  1. #VRML V2.0 utf8
  2. # The VRML 2.0 Sourcebook
  3. # Copyright [1997] By
  4. # Andrea L. Ames, David R. Nadeau, and John L. Moreland
  5. EXTERNPROTO WallColor [ ] "matlib.wrl#WallColor"
  6.  
  7. Shape {
  8.     appearance Appearance {
  9.         material WallColor { }
  10.     }
  11.     geometry Box { size 10.0 2.0 0.1 }
  12. }
  13.